home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Graphics Samples / Spectacle ƒ / Object.h < prev    next >
Encoding:
Text File  |  1996-04-15  |  442 b   |  22 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Object.h
  3.  *
  4.  *    Robert Dierkes,  November 11, 1993
  5.  *
  6.  *    Change History:
  7.  *
  8.  *       11/93    ???        New
  9.  *       4/96        bob        Changed boolean to Boolean.
  10.  *                        Added the copyright info.
  11.  *
  12.  *
  13.  *        © Apple Computer, Inc. 1990 - 1996  All rights reserved
  14.  *
  15.  */
  16.  
  17.  
  18. void    InitializeObject (Boolean isSquare, Fixed width, Fixed height, gxShape *pObject, gxShape *pLastObject);
  19. void    MoveObject (void);
  20. void    DrawObject (void);
  21. void    DrawObjectFrame (void);
  22.